home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / CaseStudies / ch11.earshotSFX / earMenu.dir / 00012.ls < prev    next >
Encoding:
Text File  |  1996-11-12  |  204 b   |  10 lines

  1. on exitFrame
  2.   global waitTime
  3.   if the timer > (waitTime + 3000) then
  4.     go(label("leftChoice"))
  5.     exit
  6.   end if
  7.   set the visible of sprite 2 to not (the visible of sprite 2)
  8.   go(marker(0) + 1)
  9. end
  10.